home *** CD-ROM | disk | FTP | other *** search
/ The History of Denim / The History of Denim.iso / pc / _mills.dir / 00122_Print_hi.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  230 b   |  16 lines

  1. on mouseDown
  2.   NewPallette_Printads()
  3.   set theplace to the frameLabel
  4.   tell window "printads"
  5.     funkyjump(theplace)
  6.   end tell
  7. end
  8.  
  9. on mouseEnter
  10.   cursor([member "hand", member "handmask"])
  11. end
  12.  
  13. on mouseLeave
  14.   cursor(0)
  15. end
  16.